home *** CD-ROM | disk | FTP | other *** search
-
- *
- * README -- General information about the ASM65816 version of HodgePodge
- *
-
- The files in this directory are the source code for the 65816 Assembly version
- of HodgePodge, a sample program which demonstrates many features of the Apple
- //GS tools. To build the executable/launchable (type S16) load file, type
- "MAKE" at the prompt. The executable file will be called "HP".
-
- The file "MAKE" creates a custom macro file called "HP.MACROS", assembles
- the modules in reverse order of dependency, and then links the separate object
- modules using the script in the file "LINK". Finally, the "EXE" type exe-
- cutable load module "HP", which is the output of the linker, is converted to
- the filetype "S16" so that it may be executed as a stand-alone application.
-
- WARNING: While developing, delete the "FILETYPE HP S16" command in the "MAKE"
- script file. Because HodgePodge is restartable in memory, rerunning it after
- a compile or assemble and link may cause an old version to be run again. EXE -
- type files are always reloaded regardless of restartable status!
-
- Throughout the program, calls are made to error checking routines (such as
- CheckDiskError and CheckToolError) in "DIALOG.ASM".. Since these routines
- are called from many different places, they each take a "Where" integer
- parameter which is displayed along with the error message when an error
- occurs, facilitating the location of the operation which caused the error.
-
-
-
- Files in this directory:
-
- Name Type Comments Access Subtype
- README TXT This file DNBWR
- MAKE SRC EXEC file which builds HP DNBWR EXEC
- LINK SRC LinkEd script file DNBWR LINKED
- HP.ASM SRC Assembly main source file DNBWR ASM65816
- EVENT.ASM SRC Assembly include source file DNBWR ASM65816
- MENU.ASM SRC Assembly include source file DNBWR ASM65816
- WINDOW.ASM SRC Assembly include source file DNBWR ASM65816
- DIALOG.ASM SRC Assembly include source file DNBWR ASM65816
- FONT.ASM SRC Assembly include source file DNBWR ASM65816
- PRINT.ASM SRC Assembly include source file DNBWR ASM65816
- IO.ASM SRC Assembly include source file DNBWR ASM65816
- INIT.ASM SRC Assembly include source file DNBWR ASM65816
- GLOBALS.ASM SRC Assembly include source file DNBWR ASM65816
- HP S16 Executable load file DNBWR
-